ShapeOutsideInfo

data class ShapeOutsideInfo(bounds: Quad, shape: List<JsonElement>, marginShape: List<JsonElement>)

CSS Shape Outside details.

Constructors

ShapeOutsideInfo
Link copied to clipboard
fun ShapeOutsideInfo(bounds: Quad, shape: List<JsonElement>, marginShape: List<JsonElement>)

Properties

bounds
Link copied to clipboard
val bounds: Quad
Shape bounds
marginShape
Link copied to clipboard
val marginShape: List<JsonElement>
Margin shape bounds
shape
Link copied to clipboard
val shape: List<JsonElement>
Shape coordinate details

Sources

jvm source
Link copied to clipboard